home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 01003_Script_6N&8NConditional Checker < prev    next >
Text File  |  1995-05-21  |  301b  |  17 lines

  1. on exitFrame
  2.   global g01A, Cheevers, g11A, FUG, GRIZBUST
  3.   
  4.   Unloadcast
  5.   if g01A = "c" then 
  6.     set Cheevers = "c"
  7.   else
  8.     set Cheevers = ""
  9.   end if
  10.   
  11.   if g11A = "c" then 
  12.     set FUG = "c" -- GOT IT!
  13.   end if
  14.   if Grizbust = "x" then --Busted!
  15.     set Fug = "x"
  16.   end if
  17. end